namespace FrostFS.SDK.ClientV2; public class DialOptions { public bool Block { get; set; } public bool ReturnLastError { get; set; } public ulong Timeout { get; set; } public string? Authority { get; set; } public bool DisableRetry { get; set; } public bool DisableHealthCheck { get; set; } }