func (p *PuppetService) SetContactAvatar(contactID string, fileBox *filebox.FileBox) error {
    log.Tracef("PuppetService SetContactAvatar(%s)\n", contactID)

    var err error
    fileBox, err = serializeFileBox(fileBox)