namespace salesbook.Shared.Core.Interface; public interface IPageTitleService { void SetTitle(string title); }