public void OnError(ProfiledDbCommand profiledDbCommand, SqlExecuteType nonQuery, Exception exception)
 {
 }
        public void ExecuteFinish(ProfiledDbCommand profiledDbCommand, SqlExecuteType executeType, DbDataReader reader)
        {
#if DEBUG
            System.Diagnostics.Debug.Print(GetCommandText(profiledDbCommand));
#endif
        }
 public void ExecuteStart(ProfiledDbCommand profiledDbCommand, SqlExecuteType executeType)
 {
 }