public void ReadName() { ConsoleInteractor.Single().AcceptUsername(); }
public Game() { Level = 1; userInteractor = ConsoleInteractor.Single(); }