public async Task SetUserLoguedAsync(UserProfile value)
 {
     await _localStorageService.InsertObjectSecureAsync <UserProfile>(LocalStorageKeys.ProfileLogued, value);
 }