/// <summary>
 /// Initializes a new instance of the <see cref="IEdmTerm" /> class.
 /// </summary>
 /// <param name="Type">Type.</param>
 public IEdmTerm(IEdmTypeReference Type = default(IEdmTypeReference))
 {
     this.Type = Type;
 }