Future<bool> get isProfileBuild async { _isProfileBuild ??= await _connectedToProfileBuild(); return _isProfileBuild!; }