public LoggingContextSteps(LoggingContext context, InterceptionContext interception, MoqContext moq, AutofacContext autofac)
		{
			_context = context;
			_interception = interception;
			_moq = moq;
			_autofac = autofac;
		}
		public LoggingInterceptorSteps(LoggingContext logging, InterceptionContext interception, ErrorContext errors)
		{
			_logging = logging;
			_interception = interception;
			_errors = errors;
		}
		public InvocationSteps(InterceptionContext context, MoqContext moq)
		{
			_context = context;
			_moq = moq;
		}