export interface Service { getInstance: () => T; }