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