namespace Mirea.Api.Endpoint.Configuration.General.Interfaces; public interface IIsConfigured { bool IsConfigured(); }