public async void Test_Controller_Put() { var resultPass = await _controller.PutAsync(new RentalModel()); Assert.NotNull(resultPass); }