pub trait Actionwhere Self: Send + Sync,{ // Required method fn normalize(&self, step: UserActionStep) -> Result<ActionSteps>; }