var finder: {def find(key:String): Box[User]} = new { def find(key:String):Box[User] = User.find(key) }