public EmailController(IXmlUtility xml) { _xml = xml; }
public BggApi(IWebClient client, IXmlUtility xml) { _client = client; _xml = xml; }