public void TestValidateEmptyLeft() { var actual = _controller.GetResult("1"); Assert.IsAssignableFrom <NotFoundResult>(actual); }