using System.Threading.Tasks; namespace Wabbajack.App.Interfaces { public interface INavigationParameter { public Task NavigatedTo(T param); } }