Using AsMock to mock a result being returned from a function is quite common, however, how would you mock behavior on a function which returns void ? When unit testing a class, if we mock its depen...