namespace FrostFS.SDK; public class FrostFsAttribute(string key, string value) { public string Key { get; set; } = key; public string Value { get; set; } = value; }