using Backend.Services; public interface ITestService { void Test(); }