public int TestCounter() { var testSvc = new TestService(); var model = testSvc.ClickCounter(); return model.ClickCount; }