A factory for creating stub data for MagentoSimpleProducts.
MagentoSimpleProduct
import { MagentoSimpleProductFactory } from '@daffodil/product/driver/magento/testing'
@Injectable() class MagentoSimpleProductFactory extends DaffModelFactory<MagentoSimpleProduct> {}