accessing profileImageFile | file | file := (self folder / 'profile-image', 'jpg'). file exists ifTrue: [ ^ file ]. ^ self downloadProfileImage