///|
pub(open) trait Entity {
  fn to_step(Self) -> String
}