pub type StrategyError = Box<dyn Error + Send + Sync>;
pub struct StrategyError(/* private fields */);