public static Output For(IResponse response)
 {
     Output output = new Output();
     response.ApplyTo(output);
     return output;
 }