/// <summary>Returns a user friendly string representing the ban type and the identifier of the ban (ip/steamid).</summary>
 public string GetIdentifier()
 {
     return(Identity.ToString());
 }