using Apimanager_backend.Dtos; namespace Apimanager_backend.Services { public interface ISystemInfoService { Task GetSystemInfoAsync(); } }