/// <inheritdoc/>
 public Task UpdateAsync(SettingInfo setting)
 {
     LogHelper.Logger.Warn("ISettingStore is not implemented, using DefaultConfigSettingStore which does not support UpdateAsync.");
     return(MajidTaskCache.CompletedTask);
 }