internal void WriteStart(BinaryTokenType tokenType)
 {
     if (CurrentDepth >= BinarySerializerConstants.MaxWriterDepth)
     {
         ThrowHelper.ThrowInvalidOperationException(ExceptionResource.DepthTooLarge, _currentDepth, token: default, tokenType: default);