Future<bool> initialize() async { bool publicationReleaseOnline = await _getPublicationRelease(); return (publicationReleaseOnline); }