/// <summary> /// Creates a new instance of the <see cref="NntpClient"/> class. /// </summary> /// <param name="connection">The connection to use.</param> public NntpClient(INntpConnection connection) { this.connection = connection.ThrowIfNull(nameof(connection)); }