public void GetProductsInCategory(long categoryId, Action <string> callback)
 {
     StartCoroutine(collector.GetProductsInCategory(categoryId, callback));
 }