protected function getClassesMap()
 {
     $map = parent::getClassesMap();
     $map['ApiTransport'] = 'ContextlyWpApiTransport';
     $map['ApiSession'] = 'ContextlyWpSharedSession';
     $map['AssetsPackage'] = 'ContextlyWpAssetsPackage';
     $map['WidgetsEditor'] = 'ContextlyWpWidgetsEditor';
     $map['WpOverlayPage'] = 'ContextlyWpOverlayPage';
     return $map;
 }