installImage method
Implementation
Future<PlatformMediumModel> installImage(String location) async {
return await PlatformMediumHelper(app, memberId,
PrivilegeLevelRequiredSimple.noPrivilegeRequiredSimple)
.createThumbnailUploadPhotoAsset(newRandomKey(), location);
}