namespace FictionArchive.Service.Shared.Contracts.Events; public interface INovelUpdateRequested { string NovelUrl { get; } }