Stream<String> get language$ => on(CommandCommunicationEvent.languageChanged.name).map((data) => data![communicationFieldForValue] as String);