private void GivenSetWordsSuccess(string startAddress) { _blockD.TrySetWordsAsync(startAddress, Arg.Any <int[]>()) .Returns(true); }