export interface IServiceInstance {
    serviceInterfaceIdentifier: any;
    serviceInstance: any;
    referenceCount: number;
}
