if (cachedType && cachedType.includes('/')) {
      set(this, 'streamInterest', cachedType.split('/')[1]);
      set(this, 'streamType', cachedType.split('/')[0]);
    } else {
      set(this, 'streamType', cachedType || defaultType);