public ColumnConfig GetColumnPropretyByFieldName(string fieldName)
 {
     return(_mappingConfig.GetColumnByFieldName(fieldName));
 }