/// <summary>
 ///
 /// </summary>
 /// <param name="item"></param>
 /// <returns></returns>
 public static IEmvElementDiagnostics Diagnostics(this IEmvElement item)
 {
     return(new EmvElementDiagnostics(item));
 }
 public EmvElementDiagnostics(IEmvElement value)
 {
     this.value = value;
 }