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