namespace FileTime.App.Core.ViewModels; public interface IModalViewModel { string Name { get; } }