Пример #1
0
 private async void GetKey()
 {
     if (string.IsNullOrEmpty(ApiKey))
     {
         ApiKey = await _environmentVariableService.GetValueAsync("mail");
     }
 }