namespace FrostFS.SDK.Client.Models.Netmap.Placement; internal interface IHasher { ulong Hash(); }