public static ICON(projectId: string, platform: Platform = Platform.ImplicitDefault): string {
        return APIURL.PROJECT(projectId) + APIURL._ICON + platform;
    }