using StackExchange.Redis; using System; namespace APT.MS.Domain.ApiModel.PF { public class RedisModel { public string ID { get; set; } public HashEntry HashEntry { get; set; } } }