protected async Task <ResponseConsult <T> > DeleteAsync <T>(string _path) { return(await APIConnector.DeleteAsync <T>(_path)); }