public void ShouldCreateAnUser()
 {
     _fixture.Method(_userService.AddAsync, new UserDto {
         Name = "Rodrigo Reis", Email = "*****@*****.**"
     })
     .Should().NotThrow();
 }