public async Task <bool> HardDeletePackageAsync(string id, NuGetVersion version) { return(await _context.HardDeletePackage(id, version)); }