The service client that hits the real service via HTTP(S).
상속: IPhotoService
 public void Init()
 {
     _serviceClient = new ServiceClient(new AuthenticationHandler());
 }
 public void Init()
 {
     _serviceClient = new ServiceClient(new AuthenticationHandler());
     _configuration = new DefaultConfig();
 }