namespace Mirea.Api.Endpoint.Configuration;
public interface ISaveSettings
{
    void SaveSetting();
}