public MemoryCacheService()
 {
     Provider = CacheProviderFactory.GetInMemoryCacheProvider(this);
 }