public void AddToPresent_NonExistingUser_ReturnsNotFound()
 {
     Assert.IsType <NotFoundResult>(_sessionController.AddToPresent(1, 1, null));
 }