Fully qualified name implementation
Inheritance: IFullyQualifiedName
 protected bool Equals(FullyQualifiedNameBase other)
 {
     return string.Equals(_fullyQualifiedName, other._fullyQualifiedName);
 }