namespace FrostFS.SDK.ModelsV2; public class Constants { public const int ObjectChunkSize = 3 * (1 << 20); public const int Sha256HashLength = 32; }