/**
 * Interface for identifying a service as part of the workbench system.
 */
export interface Service {
}
