pub trait ForcedStringDecorator { // Required method fn force_decorate(&self, text: &String) -> String; }