public WebDispatchFormatterBehavior(WebDispatchFormatter.FormatterDirection direction)
 {
     _direction = direction;
 }
 public WebDispatchFormatterAttribute(WebDispatchFormatter.FormatterDirection direction)
 {
     _behavior = new WebDispatchFormatterBehavior(direction);
 }