private static string RemoveBetweenSlashes(string input)
 {
     return(FortranParseHelper.RemoveBetweenCharacter(input, '/'));
 }