This class is designed to hold individual data fields of {@link ViewModel},
* but can also be used for sharing data between different modules in your application
* in a decoupled fashion
private fun add(command: ICommand) {
App.instance.commandExecutor.add(command)
}
и отдавать также