namespace MP.Core.Conf { public class RedisScriptsConfig { public Dictionary Scripts { get; set; } = new(); } }