[OperationContract]
[FaultContract(typeof(DbFaultContract))]
[SwaggerWcfTag("Catalog (common)", false)]
[SwaggerWcfPath(null, null, null, null, null, false, null, Summary = "Find the most frequent solvents by given catalog selection criteria.", Description = "Returns the chemical types overview for the matrix in the catalog, by the given catalog selection criteria")]
[WebInvoke(UriTemplate = "/Overview/Matrix/MostFrequent", Method = "POST", RequestFormat = WebMessageFormat.Json, ResponseFormat = WebMessageFormat.Json)]
[SwaggerWcfResponse(StatusCode = HttpStatusCode.OK, Description = "Success")]
[SwaggerWcfResponse(StatusCode = HttpStatusCode.InternalServerError, Description = "An unexpected error occurred while processing the request.", Type = typeof(JsonErrorMessage))]
[SwaggerWcfResponse(StatusCode = HttpStatusCode.BadRequest, Description = "Fault exception", Type = typeof(JsonErrorMessage))]
CatalogComponentOccurrencesContract GetMostFrequentSolvents(MostFrequentCatalogComponentsRequestContract requestContract)