public static PlayerCommand GetPlayerCommand(SMFPlayer player)
 {
     return (PlayerCommand) player.GetValue(PlayerCommandProperty);
 }