public static PrimaryKey GetRetrievePrimaryKey(this TableOperation op)
 {
     return(new PrimaryKey(op.GetRetrievePartitionKey(), op.GetRetrieveRowKey()));
 }