diff --git a/Yavsc/src/Model/Market/Service.cs b/Yavsc/src/Model/Market/Service.cs
index 72589e68..a29df2d3 100644
--- a/Yavsc/src/Model/Market/Service.cs
+++ b/Yavsc/src/Model/Market/Service.cs
@@ -21,11 +21,6 @@ public partial class Service : BaseProduct
///
public decimal? Pricing { get; set; }
- ///
- /// Associate a class of flow worker to handle with
- ///
- ///
- public string Specification { get; set; }
}
}
\ No newline at end of file