namespace View_by_Distance.Shared.Models.Stateless; public interface IPersonBirthday { const string Format = "yyyy-MM-dd_HH"; }