public static string getNewOTSPN(string input)
        {
            CustomCode x = new CustomCode();

            return(x.getNewOTSPN(input));
        }