public bool Equals(Auth other) { return(true); }
public Auth(Auth other) : this() { accessToken_ = other.accessToken_; }