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