public bool RemoveDevice(Guid userId, Guid deviceId) { return(_mockstore.RemoveDevice(userId, deviceId)); }