protected SpecificationRelayAspectBase( ISpecificationRelay relay )
		{
			this.relay = relay;
		}
		public SpecificationRelayAspect( ISpecificationRelay relay ) : base( relay ) {}