public Action <Entity> CycleAndGetCommand(float baseSpeed = 1) { return(Behaviours.GetBasicMoveCommand(CycleAndGetVelocity(baseSpeed))); }