public void Run() { if (this.parts == Parts.First || this.parts == Parts.Both) { answer.PartOne(); } if (this.parts == Parts.Second || this.parts == Parts.Both) { answer.PartTwo(); } }