public async Task Init() { testUtil = new ProtocolTestUtils(); // Just leave name the same as the prefix, we'll set device type via initialize. await testUtil.SetupTest <LovenseProtocol>("LVS", false); testUtil.AddExpectedRead(Endpoints.Tx, Encoding.ASCII.GetBytes("W:39:000000000000")); await testUtil.Initialize(); }