public EnumsGeneratorItem WithConflict(string option1, string option2) { Options.AddConflict(option1, option2); return(this); }