public ServicePartitionKey GetPartitionKey() { return(new ServicePartitionKey(HashUtil.GetLongHashCode(Key))); }
public ServicePartitionKey GetPartitionKey() { return(new ServicePartitionKey(HashUtil.GetLongHashCode(this.Id.ToString()))); }