public async Task <bool> CheckIsUsed(Dictionary <string, dynamic> para) { return(await _module.CheckIsUsed(para)); }