public static byte GetByte(this ICommandLine commandLine, string optionName) { return(commandLine.GetByte(optionName, 0)); }