I want to write an UnitTest with Moq 4.14.7. The method to be tested is as follows:
public IFoo Get(Guid id) { Func getData = () => _reposi