//private Session session;
 //private Lastfm.Scrobbling.Connection connection;
 //private Lastfm.Scrobbling.ScrobbleManager manager;
 public LastProfile(string username, string password)
 {
     this.username = username;
     this.password = password;
     session = new Session("60d35bf7777d870ec958a21872bacb24", "099158e5216ad77239be5e0a2228cf04");
     session.Authenticate(this.username, Lastfm.Utilities.md5(this.password));
     connection = new Lastfm.Scrobbling.Connection("tst", "0.6", this.username, session);
     manager = new Lastfm.Scrobbling.ScrobbleManager(connection);
 }
        //private Session session;
        //private Lastfm.Scrobbling.Connection connection;
        //private Lastfm.Scrobbling.ScrobbleManager manager;

        public LastProfile(string username, string password)
        {
            this.username = username;
            this.password = password;
            session       = new Session("60d35bf7777d870ec958a21872bacb24", "099158e5216ad77239be5e0a2228cf04");
            session.Authenticate(this.username, Lastfm.Utilities.md5(this.password));
            connection = new Lastfm.Scrobbling.Connection("tst", "0.6", this.username, session);
            manager    = new Lastfm.Scrobbling.ScrobbleManager(connection);
        }