describe('UserInputService', () => {
  beforeEach(() => {
    TestBed.configureTestingModule({
      providers: [UserInputService]
    });