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