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