public function getVendor()
 {
     return $this->hasOne(ClientProxyEntity::className(), ['id' => 'proxyId']);
 }