static void Main(string[] args) { var t = new TestPaper1(); t.QuestionOneAnswer("26"); t.QuestionOne(); Console.ReadKey(); }