constructor(private _serviceCollection: ServiceCollection = new ServiceCollection(), strict: boolean = false, parent?: InstantiationService, private _properDispose?: boolean) {
this._servciesMap = new Map<ServiceIdentifier<any>, any>();
if (parent instanceof TestInstantiationService) {
this._parentTestService = parent;
}
public get<T>(service: ServiceIdentifier<T>): T {