public void WorldDrawTest()
 {
     target.Draw(12345);
     entityMock.Verify(f => f.Draw(12345), Times.Once());
 }