public static bool?Left(IMobile entity, params string[] args) { return(entity.MoveLeft(Convert.ToInt16(args[0]))); }