/**
  * @return Client
  */
 public static function client()
 {
     return self::$instance->getClient();
 }