public void Init() { _xmlRpcReader = new XmlRpcReader(); }
public ModelBinderProvider(IXmlRpcReader mapper) { _mapper = mapper; }