public void Update()
 {
     EntitySchema schema = new EntitySchema(EntityType, Category, SupportedEntities);
      EntitySchema.AddSchema(schema);
      foreach ( var item in Attributes )
      {
     schema.AddAttribute(item.Key, item.Value);
      }
 }