public Task <bool> PatchSourceAsync(string directoryName, string fileName, Stream source, long offset, long length) { return(_fileClient.PatchAsync(directoryName, fileName, source, offset, length)); }