private async Task DeleteTestFileFromDatabase(string filepath) { await _fileRepo.DeleteFileAsync(filepath); }