public UserService(GetUserAuth userAuth) { _userAuth = userAuth; }
public ProductService(GetUserAuth userAuth) { _userAuth = userAuth; }