using Model.Entity; namespace Services.Immortal; public class EntityService : IEntityService { public List GetEntities() { throw new NotImplementedException(); } }