namespace CompanyManagment.App.Contracts.TextManager; public class EditTextManager : CreateTextManager { public long Id { get; set; } }