public ICollection <BaseUser> GetAllUsersExceptMe(Guid cookie) { return(_real == null ? null : _real.GetAllUsersExceptMe(cookie)); }