public MoveCommand(Item item, IPlaceable placeable) : this(item, placeable.GetDestination())
 {
 }