//string GetPocoType(PropertyTemplate propertyTemplate)
 //{
 //    var ns =propertyTemplate
 //}
 /// <summary>
 /// Get all attributes based on PocoSetting initialization
 /// </summary>
 /// <returns></returns>
 public List <string> GetAllAttributes()
 {
     return(_attributeManager.GetAllAttributes(_property));
 }
 public List <string> GetAllAttributes() => _attributeFactory.GetAllAttributes(this);