namespace SHJX.Service.Common.Interface { public interface IFlyoutService { void ShowFlyout(string flyoutName); } }