def unassign_server
    unless ext_management_system
      raise _("Server Profile %{profile} <%{name}> with Id: <%{id}> is not associated with a provider.") %
            {:profile => self, :name => name, :id => id}
    end