public Guid ToGuid() { return(new Guid(ServiceHash.GetBytes() .Concat(InterfaceHash.GetBytes()) .Concat(MethodName.GetBytes()) .Concat(MethodSignature.GetBytes()) .ToArray())); }