public override Task Post(string uri, IDictionary <string, string> data) { return(_host.Post(uri, r => { }, data, isLongRunning: false)); }