private void _Send(WorldResponse response)
        {
            var entity         = (IEntity)response.Entity;
            var entityResponse = new EntityResponse(response);

            entity.ReceiveResponse(entityResponse);
        }
 public void ReceiveResponse(EntityResponse response)
 {
     throw new System.NotImplementedException();
 }
 public void ReceiveResponse(EntityResponse response)
 {
     // Do something with response...
 }
 public void ReceiveResponse(EntityResponse response)
 {
     // Do something with response...
 }
 public void ReceiveResponse(EntityResponse response)
 {
     WasGivenResponse = true;
 }
 private void _Send(WorldResponse response)
 {
     var entity = (IEntity)response.Entity;
     var entityResponse = new EntityResponse(response);
     entity.ReceiveResponse(entityResponse);
 }
 public void ReceiveResponse(EntityResponse response)
 {
     throw new System.NotImplementedException();
 }