 

/**
 * Класс маркер комманды,
 */
export class Command {
  entity_id: string;
  version: string;
  entity: any;   
}
