using System; namespace Bücherwurm { class Program { static void Main(string[] args) { var Admin = new Administration(); } } }