public static HttpEntityResponse <TEntity> TheResponse <TEntity>(this HttpEntityResponse <TEntity> response, Action <HttpEntityResponseValidation <TEntity> > should) where TEntity : class { should(new HttpEntityResponseValidation <TEntity>(response)); return(response); }
public HttpEntityResponseValidation(HttpEntityResponse <TEntity> response) : base(response) { }