namespace FrostFS.SDK.Client.Models.Netmap.Placement; internal interface IAggregator { void Add(double d); double Compute(); }