public async Task <ApplicationUser> AddUser(RegistrationRequestViewModel registration) { return(await SupportRepository.AddUser(registration)); }