public void TestToString() { StartCommand command = MvcFactory.NewStartCommand(); Assert.AreEqual("StartCommand", command.ToString()); }