private static HeartRateReading?GetReading(params byte[] buf)
 {
     return(HeartRateService.ReadBuffer(buf, buf.Length));
 }