public byte[] CreateBackUp()
 {
     ServerAPI api = new ServerAPI(m_SettingsPath);
     return api.CreateBackUp();
 }