public static string GetString(this ICommandLine commandLine, string optionName)
 {
     return(commandLine.GetString(optionName, null));
 }