/// <summary>
 /// Initializes a new instance of the <see cref="CoverageExcludeAttribute"/> class.
 /// </summary>
 /// <param name="reason">The reason.</param>
 public CoverageExcludeAttribute(ExcludeReason reason)
 {
     _reason = reason;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="CoverageExcludeAttribute"/> class.
 /// </summary>
 /// <param name="reason">The reason.</param>
 public CoverageExcludeAttribute(ExcludeReason reason)
 {
     _reason = reason;
 }