namespace DocumentServiceAPI.Application; public interface ISystemService { string GetDescription(); }