mock async method csharp reutrnd

Code Example - mock async method csharp reutrnd

                
                        mock.Setup(arg=>arg.DoSomethingAsync())        
    .Returns(Task.FromResult(someValue));