public async Task <bool> Save() { _logger.LogInformation("Saving changes"); return((await _spaceParkContext.SaveChangesAsync()) >= 0); }