public async getSplashBlob(platform: Platform): Promise<Blob> {
        return ProjectAPI.getSplashBlob(this._id, platform);
    }