public CachingConventionsFluentInterface AddCondition(ICacheConvention convention)
 {
     _repositoryDecorator.CacheInterceptor.AddConvention(convention);
     return(this);
 }
 public void AddConvention(ICacheConvention convention)
 {
     throw new System.NotImplementedException();
 }