public async Task LogoutAsync()
 {
     await _authenticateRepository.LogoutAsync();
 }