public void TestDeleteWithNullBuilding() { var result = controller.Delete(0) as HttpNotFoundResult; result.Should().BeOfType(typeof(HttpNotFoundResult)); }