public function insertUserToMongoDb(UserModel $user)
 {
     return $this->connection->save($user->jsonSerialize());
 }