it('should implement getMain method', () => {
    expect(() => {
      appController.getMain();
    }).not.toThrow();
  });