public static Service Of(ShapeTypeValues shapeType)
 {
     return(_dict[shapeType]);
 }
 public static bool IsAvailable(ShapeTypeValues shapeType)
 {
     return(_dict.ContainsKey(shapeType));
 }