internal static ServicePartitionKey Build(string id) { return(new ServicePartitionKey((long)Crc64.ToCrc64(Encoding.UTF8.GetBytes(id)))); }