obey method
devl:CORP: connector one-time calls must have parameters; Sketching one-time commands, coming from clients.
Implementation
String obey(String sender, receiver, baton, msg) {
/// #baton to carry only-one-can-have-at-a-same-time magic thing
// code, badly missing
// handle command / message
return 'done';
}