public async Task <FileInfo> AddFileToClient([FromBody] File file) { return(await _fileManager.AddFileToClient(file)); }