namespace RackPeek.Domain.Resources.Services; public interface IServiceRepository { Task GetCountAsync(); Task GetIpAddressCountAsync(); Task> GetBySystemHostAsync(string name); }