private void GivenBlockDWords(string startAddress, int length, int[] data) { _blockD.TryGetWordsAsync(startAddress, length) .Returns((true, data)); }