public void AlertServiceMustGet() { var service = new AlertService(this.context); var result = service.Get(); Assert.NotNull(result); }