if (!isset($this->Recipient) || !$this->Recipient instanceof User) {
                throw new Exception("\$this->Recipient is not an instance of \\Railpage\\Users\\User");
            }