private void connect(Security principal) { connection = new DatabaseStore().Read <Connection>(); connection.AssumePrincipal(principal); }