using System.Collections.Generic; namespace TheXamlGuy.Framework.WPF { public interface IRoute { void AddRoute(string name, object route); } }