public Task <Stream> GetSourceAsync(string directoryName, string fileName) { return(_fileClient.GetAsync(directoryName, fileName)); }