/// <summary>
 /// Removes all configurations from cache
 /// </summary>
 public virtual void ResetCache()
 {
     CachingService.Clear();
 }