namespace FrostFS.SDK.ClientV2;
public interface IContext
{
///
/// The method call can be extended with additional behavior like canceling by timeout or user's request,
/// callbacks, interceptors.
///
/// Additional parameters for calling the method
CallContext? Context { get; }
}