/// <summary>
 /// Creates a debug string.
 /// </summary>
 public static string CreateDebugString <TObject>(
     this TObject @this,
     params Expression <Func <TObject, object> >[] propertySelectors
     )
 => DebugHelper.CreateDebugString(@this, propertySelectors);