/// <summary>
 /// Initializes an instance of <see cref="ValidationResultCollectionScope"/> with the 
 /// supplied <see cref="BusinessRuleValidationContext"/>.
 /// </summary>
 /// <param name="context">The supplied <see cref="BusinessRuleValidationContext"/>.</param>
 public ValidationResultCollectionScope(BusinessRuleValidationContext context)
 {
     _context = context;
 }