public DataServiceDesignedStartup(IDataServiceHostSettings dshs, IAuthorisation authorisation, IDataServiceDesignerDataService dsdDataService, ISchemaBrowserConnectionManager connectionManager)
 {
     _dshs              = dshs;
     _authorisation     = authorisation;
     _dsdDataService    = dsdDataService;
     _connectionManager = connectionManager;
 }
 public DataServiceConnectionRecordType(ISchemaBrowserConnectionManager connectionManager)
 {
     _connectionManager = connectionManager;
 }