[ServiceContract]
interface PurchaseSongs
{
    [OperationContract(IsOneWay = true)]
    void SubmitOrder()
}
