public async Task <ApiResponseDto <UserViewModel> > DisableAuthenticator()
 {
     return(await _authorizeApi.DisableAuthenticator());
 }