getRandomDomain = () => {
    let configured = this.get('domains');
    if (_.isEmpty(configured)) {
      return null;
    }