namespace Diligent.WebAPI.Tests.Controllers { public class CommentsControllerTests { private ICommentService _commentService = Substitute.For(); public CommentsControllerTests() { } //[Fact] //public async AddComment_ShouldReturn_200_Created_Always() //{ // _commentService.Add //} } }