export interface IService { id: string; init(): void; }