////using System;
////using System.Linq;
////namespace DnsClient
////{
//// ///
//// /// Used for debugging at the moment, might be removed in a future release.
//// ///
//// public static class StaticLog
//// {
//// ///
//// /// The number of byte array allocations.
//// ///
//// public static long ByteArrayAllocations;
//// ///
//// /// The number of byte arrays released.
//// ///
//// public static long ByteArrayReleases;
//// ///
//// /// The number of resolved queries.
//// ///
//// public static long ResolveQueryCount;
//// ///
//// /// The number of resolve query tries.
//// ///
//// public static long ResolveQueryTries;
//// ///
//// /// The number of created clients.
//// ///
//// public static long CreatedClients;
//// }
////}