public async Task <bool> ExistsCode(string id) { return(await _serviceUserTest.CheckIssetByID(id)); }