Пример #1
0
 internal virtual RestRequest Apply()
 {
     RequestHandlers.ForEach(x => x.Handle(this));
     return(this);
 }