public CookFryConsumer(IFryer fryer) { _fryer = fryer; }
public CookOnionRingsConsumer(IFryer fryer) { _fryer = fryer; }