namespace FrostFS.SDK.Client; public class FrostFsChain { public byte[] ID { get; set; } = []; public FrostFsRule[] Rules { get; set; } = []; public RuleMatchType MatchType { get; set; } }