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