public async Task <ObjectResult> CreateBucketAsync(string bucketName) { return(await _cloudStorageService.CreateBucketAsync(bucketName)); }