private void CreateAndEquipWeapon(float power) { IWeapon weapon = new SimpleWeapon(power); Builder.GiveWeapon(weapon); }