export interface IDeviceStartUpService { start: () => Promise; getServiceName: () => string; }