namespace Zxd.Domain.Impl
{
public interface ISystemConfigDomain : IScopedDependency
SystemConfig GetSystemConfig();
ClientKey GetClientKey(string clientId);
}