class Semian::ProtectedResource

def destroy

def destroy
  @bulkhead&.destroy
  @circuit_breaker&.destroy
end