private string GetStringOrNull(string key)
 {
     return(_repository.GetValue(_userId, key));
 }