public void TracingTest() { #if NETFX Tracing.DbQueryToString(); Tracing.DatabaseLog(); Tracing.Interceptor(); #else Tracing.TraceLogger(); #endif }