using Avalonia.Controls; namespace Wallet; public interface IWalletNavigationViewModel : ISelectable, INavigationViewModel;