public Power(Voltage voltage, ElectricalResistance ohms) { _watts = voltage.TotalVolts * voltage.TotalVolts / ohms.TotalOhms; }