public async Task <FileResult> GetAvatarAsync(string type, string hashid, [FromServices] UserProfileService userProfileService) => await userProfileService.GetAvatarAsync(type, Decode(hashid));