AddServiceToConversationUseCase     
    This use case will add a service to a given conversation.
Return
the Result indicating a successful operation, otherwise a CoreFailure
Parameters
conversationId 
the id of the conversation
serviceId 
the id of the service to add to the conversation
Functions
Link copied to clipboard
                  suspend operator fun invoke(conversationId: <Error class: unknown class>, serviceId: <Error class: unknown class>): AddServiceToConversationUseCase.Result