it('should instantiate service when inject service', inject([AttachToOverlayService], (service: AttachToOverlayService) => {
    expect(service instanceof AttachToOverlayService).toEqual(true);
  }));