...) { var azure = await azureService.Authenticate(conf.ClientId, conf.ClientSecret, conf.TenantId); var deploy = await deploymentService.Deploy(azure, deployOptions, ard.AzureResource); if(deploy.IsSuccess) { var message = ... await notificationService.SendUserNotification(user,message); } ... }