public string ToJson()
        {
            var dto = EntitiesMapper.Map(this);

            return(dto.ToJson());
        }