public void Before()
 {
     _nextStep = new Mock <IProcessAStep>();
     _hasWeightMappingsStep = new HasWeightMappings(_nextStep.Object);
 }