public void Delete_IfNotFound_ReturnNotFound() { Assert.IsType <NoContentResult>(_controller.Delete(0).Result); }