public static string FormatOutputType(OutputType outputType) { var outputTypeString = outputType.ToStringStandard(); return(outputTypeString); }