package com.breakersoft.plow; import java.util.UUID; public interface Service { public UUID getServiceId(); public String getName(); }