public void Test() { IStoreMappingService service = EngineContext.Current.Resolve <IStoreMappingService>(); var list = service.GetAllStoreMappings(); }