namespace PSCHelpdesk.Shared.Service; public class TestService: ITestService { public void addItem() { throw new NotImplementedException(); } }