Пример #1
0
 public Guid ToGuid()
 {
     return(new Guid(ServiceHash.GetBytes()
                     .Concat(InterfaceHash.GetBytes())
                     .Concat(MethodName.GetBytes())
                     .Concat(MethodSignature.GetBytes())
                     .ToArray()));
 }