namespace PSCHelpdesk.Shared.Service; public interface ITestService { public void addItem(); }