/// <summary>
 /// Clears the result base items.
 /// </summary>
 public static void Clear()
 {
     CalculatedDataItemCollection.Clear();
 }