public Task WriteFile(string sourcePath, string sourceFilename, [FromBody] byte[] fileContent, bool append)
 {
     return(InnerService.WriteFile(sourcePath, sourceFilename, fileContent, append));
 }