public void Demonstrate(FileMethod fileMethod) { typeof(Answers).GetMethod(fileMethod.ToString(), BindingFlags.NonPublic | BindingFlags.Instance).Invoke(this, null); }