for (var i = 1; i < 10; i++)
            {
                Into = Into.Replace($"\\{i}", $"args[{i - 1}]");
                From = From.Replace($"\\{i}", $"args[{i - 1}]");
            }