public List <User> GetFollowing(string userId) { try { return(_graphDB.GetFollowing(userId)); } catch (Exception) { throw new FaildToConnectDbException(); } }