public void BuyRemovableObject(BuyRemovableObjectRequestParameter parameter)
 {
     this.CommunicateWithServer(parameter.GetHashtableFromParameter(), ClientCommandConsts.BUY_REMOVABLE_OBJECT_COMMAND);
 }