public async Task DeleteFile(string fileId)
 {
     await _mongoRepository.DeleteFileAsync(fileId);
 }