class CustomerTest {
  void customer() {
    var customer = customerFactory.create();
  }
}