private string GetBinaryOctet(int octetIndex)
 {
     return(Address.GetOctetValue(octetIndex).ToBinaryString());
 }