public void ErrorAgencyTest() { var result = controller.ErrorAgency() as ContentResult; Assert.IsNotNull(result); }