public async Task <IActionResult> GetUserRegistationData() { var data = await _userregistrationService.GetUserRegistationData(); return(Ok(data)); }