public void SayActionCallsCorrectActorAction() { var action = new Say(_testPlayer, ""); Assert.Equal("say", action.Do().ToString()); }