public void AddOrThrow(Guid id, BinaryLog binaryLog)
 {
     binaryLogsById.AddOrThrow(id, binaryLog);
 }
 public void AddOrThrow(Guid id, BinaryLog binaryLog) {
    binaryLogsById.AddOrThrow(id, binaryLog);
 }