/// <summary> /// Calls a reload of the data for the Cache for based on the current context. /// </summary> /// <returns>An awaitable task</returns> protected virtual async Task ReloadCacheAsync() => await CacheContainer.ReloadCacheAsync(Context, cacheName);