public function getSocialLoginEntity()
 {
     $socialLoginEntity = new SocialLoginEntity();
     $socialLoginEntity->exchangeArray(['provider' => 'facebook', 'access_token' => 'CAADm7v02lKgBAEvIkmGlpWpvzWVrPo2mnuJHjj4', 'access_token_expires' => 1412531896, 'refresh_token' => null]);
     return $socialLoginEntity;
 }