public async setIconBlob(icon: File, platform: Platform): Promise<void> {
        return ProjectAPI.setIconBlob(icon, this._id, platform);
    }