public static object GetInstance(LogEventArgs obj) { if (ReferenceEquals(obj, null)) return null; return obj._Instance; }