pub trait StepError { }
Marker trait for errors in Step method. It is needed so the concrete Error can have a derived From
Step