/// <summary>
 /// Initializes a new instance of the <see cref="T:ArxOne.MrAdvice.Annotation.PriorityAttribute"/> class.
 ///             Assigns a priority
 /// </summary>
 /// <param name="level">The level.</param>
 public AspectPriorityAttribute(AspectPriority level)
     : base((int)level)
 {
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="T:ArxOne.MrAdvice.Annotation.PriorityAttribute"/> class.
 ///             Assigns a priority
 /// </summary>
 /// <param name="level">The level.</param>
 public AspectPriorityAttribute(AspectPriority level)
     : base((int)level)
 {
 }