namespace MvvmAppCore.Interfaces { public interface IDemoService { string Name { get; } void Show(string name); } }