export interface IServiceDescriptor {
    serviceInterfaceIdentifier: any;
    serviceConstructor: any;
    serviceConfiguration: any[];
}
